home *** CD-ROM | disk | FTP | other *** search
/ The Complete Windows Set / The Complete Windows Set.iso / BATTLEW / S&D24.TXT < prev    next >
Text File  |  1992-09-04  |  5KB  |  110 lines

  1.             SEARCH AND DESTROY Ver 2.4
  2.             ==========================
  3.  
  4.     Search and Destroy 2.4 is the latest revision of my 
  5. Windows battleship program. The following files are included in S&D23.zip:
  6.  
  7.         S&D24.exe   - executable game file
  8.         S&Dhelp.hlp - help file
  9.         S&D24.txt   - this readme file
  10.         hit.wav     - hit sound file
  11.         miss.wav    - miss sound file
  12.         sink.wav    - sunken ship sound file
  13.         win.wav     - player wins sound file
  14.         lose.wav    - computer wins sound file
  15.  
  16. If any of these files are missing from the .zip file, please e-mail at
  17. my compuserve number listed at the end of this file.
  18.  
  19.  
  20. GAME DESIGN
  21. ===========
  22.  
  23.     This program combines my desire to learn C and Windows programming
  24. with my fondness for the game of Battleship. Version 1.0 of Search & Destroy
  25. was a one grid version where the player had to sink five randomly placed
  26. ships in a certain amount of shots (determined by playing level). While
  27. version 1.0 was addicting, it did not use bitmaps to represent the ships
  28. and did not contain any logic for the computer to fire back. I added those
  29. features in ver 2.0 and the game began to seem more like traditional 
  30. Battleship.
  31.     Version 2.1 added a wealth of new features including different
  32. levels of computer firing logic, smoothly animated ship deployment, automatic
  33. and repeat ship deployment (in addition to manual) and true Windows Help.
  34.     Version 2.2 added more levels of play, including levels that take 
  35. into account the size of the remaining ships on the board. In addition, I 
  36. have added sunken ship bitmaps and fixed the repeating messagebox bug. 
  37.     Version 2.3 fixed some minor screen repainting bugs and also added
  38. the use of an .ini file to remember your game level and deployment scheme
  39. from the previous game. The .ini file is automatically created the first
  40. time you run the game. Additionally, I added a border around the grids
  41. and implemented the grids as bitmaps, which greatly increases the speed of 
  42. screen redraws, corrected the status text output for 1078 x 768 screen 
  43. resolution and fixed a bug in the Random - Expert level. 
  44.     Most importantly, version 2.3 added sound support for systems
  45. that have a sound card and are running Windows 3.1. Moreover, the sounds are
  46. user configurable by editing the various .wav files that the game uses. I
  47. have included some default sounds. However, they are not the best in the 
  48. world, so you may wish to edit the files using the Recorder program that
  49. comes with Windows. (If you make some really good sounds, feel free to
  50. upload them for others to use). All the features are explained in detail 
  51. in the on-line help.
  52.     This version (2.4) is Windows 3.0 compatible so that the game will 
  53. run on any Windows system.
  54.     If you find any bugs, I would appreciate it if you leave me e-mail
  55. explaining what happened. I am constantly trying to improve the game, both 
  56. in terms of adding new features and eliminating bugs, so all feedback is 
  57. welcomed.
  58.  
  59. GAME SETUP
  60. ==========
  61.  
  62.     Once you have unzipped the game files, you may wish to add the game
  63. to a program group so that it may be started with a mouse click. Open the 
  64. program group that you wish to add the game to and click on the File:New
  65. menu item. Choose Program Item and a dialog box will pop up. For program
  66. description type Search & Destroy 2.4. For command line type the path to
  67. the directory where the game files are followed by the program name:
  68. S&D24.EXE. For working directory type the path to the directory where the
  69. game files are. Hit ENTER and the game's icon should now be in the program 
  70. group. You can also start the game by clicking on the file name from within 
  71. File Manager or by typing the command line from the FILE:RUN menu item.
  72.     The first time you run the game a file called S&D24.INI will be
  73. created in your Windows directory. This file will remember your deployment,
  74. game level and sound options from your previous session so you do not have 
  75. to constantly reset them. Note that you always have to manually place your
  76. ships in the first game of each session despite the current deployment 
  77. scheme. The S&D24.INI file will also contain your registration number 
  78. should you choose to register.
  79.  
  80. SHAREWARE
  81. =========
  82.  
  83.     This program is SHAREWARE. If you like the game and play it often
  84. you must register by sending $10 to:
  85.  
  86.             Randy Baron
  87.             200 East 89th Street Apt. 25-A
  88.             New York, NY  10128
  89.  
  90.     I will send you a code number to enter in the Registration dialog
  91. box (accessable from the Shareware Reminder dialog box or by pressing F1 at
  92. any time). Registration disables the Shareware Reminder box and also 
  93. entitles you to receive by mail the next version of the game. Please include
  94. the version number (listed in the AboutBox) when you register.
  95.     Whether or not you register, comments, suggestions and criticism
  96. are always welcome. I hope you enjoy the game!
  97.  
  98.                     Randy Baron
  99.                     Compuserve ID 76220,3052
  100.  
  101.  
  102.  
  103. DISCLAIMER
  104. ==========
  105.  
  106. This game is provided AS IS. The author makes NO WARRANTIES, either express
  107. or implied, as to the fitness of the game, in general or for any particular
  108. purpose. Further, the author assumes NO RESPONSIBILITY for any damage
  109. resulting from the use of this game.
  110.